PowerShell 設定
code:template.ps1
Set-PSDebug -strict
Set-StrictMode -Version Latest
$ErrorActionPreference = "Stop"
ghworkspace/language/powershell at master · pogin503/ghworkspace
確認用
Q. PowerShell 設定
参考
基本設定変数について - PowerShell | Microsoft Learn
プロファイルについて - PowerShell | Microsoft Learn
Emacs keybind for Windows PowerShell
Set-StrictMode (Microsoft.PowerShell.Core) - PowerShell | Microsoft Learn
Set-PSDebug (Microsoft.PowerShell.Core) - PowerShell | Microsoft Learn
メモ
PowerShellでのファイル操作Tips #PowerShell - Qiita
#PowerShell